<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*----------------------------------------------------
                 Procyon - CSS File
------------------------------------------------------*/
ul,li,p{
	padding:0px;
	margin:0px;
	list-style: none;
}
a{
	text-decoration: none;
}
body {
	font-size: 14px;
	min-width: 1230px;
	padding: 0px;
	margin: 0;
	background: #fff;
	font-family: "Microsoft Yahei", "微软雅黑";
}
::-webkit-scrollbar{
	width:6px;
	height: 5px;
	background:#ddd;/* 鏁翠釜婊氭潯鑳屾櫙 */
}
::-webkit-scrollbar-thumb{
	-webkit-border-radius:4px;
	border-radius:2px;
	background:rgba(28,143,68,1); /* 婊氭潯鍐呭祵棰滆壊 */
}
::-webkit-scrollbar-button {
	background-color:#ddd;/* 涓よ竟绔寜閽鑹� */
	display: none;
}
/*banner*/
.banner {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.banner .swiper-slide img{
	width: 100%;
}
.banner .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal &gt; .swiper-pagination-bullets{
	bottom: 15px;
}
img{
	vertical-align: middle;
}
.banner .swiper-pagination-bullet{
	width:15px;
	height:15px;
	background:#fff;
	border-radius:50%;
}
.swiper-button-next{
	z-index: 999999;
}
.swiper-button-prev{
	z-index: 999999;
}
.top_nav&gt;div{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 140px;
}
.top-phone&gt;div:nth-child(1){
	/*background: url(../images/ppppp.png) no-repeat;*/
	/*background-position: left center;*/
	/*background-size: 15px 15px;*/
	/*padding-left: 22px;*/
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #333333;
}
.top-phone&gt;div:nth-child(2){
	font-size: 30px;
	color: #900000;
	font-weight: normal;
}
.top-nav-box{
	position: absolute;
	width: 1200px;
	height: 70px;
	display: flex;
	justify-content: space-between;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #900000;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
.top-nav-box&gt;.title&gt;a{
	padding: 0 30px;
	display: block;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
}
.top-nav-box&gt;.title&gt;a.active{
	background: #fff;
	color: #900000;
}
.top-nav-box&gt;.title&gt;a:hover{
	color: #900000;
	background: #fff;
}
/*关于我们*/
.index-about{
	padding: 80px 0;
	background-size: 1200px auto;
}
.index-about&gt;div{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: auto;
}
.index-about-left{
	width: 550px;
}
.title-dis{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.ttt{
	margin-left: -135px;
	padding-left: 135px;
	background: url(../images/title.png) no-repeat left 5px;
}
.ttt&gt;div:nth-child(1){
	font-size: 40px;
	color: #505050;
	line-height: 40px;
}
.ttt&gt;div:nth-child(2){
	font-size: 46px;
	color: #505050;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: 700;
}
.ttt&gt;div:nth-child(2)&gt;span{
	color: #c70d12;
	font-size: 46px;
	text-transform: uppercase;
}
.ttt&gt;div:nth-child(3){
	font-size: 16px;
	color: #a6a6a6;
	letter-spacing: 7px;
}
.index-about-left&gt;div:nth-child(2){
	font-size: 15px;
	color: #999999;
	line-height: 32px;
	height: 128px;
	margin-top: 30px;
}
.index-about-right{
	width: 600px;
}
.index-about-right img,.index-about-right video{
	width: 100%;
	height: 354px;
	object-fit: cover;
}
/*产品*/
.index-pro{
	padding: 80px 0;
	background: url(../images/pro_bg.jpg) no-repeat center 145px;
	/*background-position: -114px 146px;*/
}
.index-pro&gt;div{
	width: 1200px;
	margin: auto;
}
.index-pro-left{
	width: 260px;
	max-height: 500px;
	overflow: hidden;
}
.index-pro-nav-box{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-pro-left .swiper-slide{
	width: 260px;
	align-items: center;
	height: 75px;
	background: #f3f3f3;
	border-top-right-radius: 65px;
	border-bottom-right-radius: 65px;
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.index-pro-left .swiper-slide&gt;div:nth-child(1){
	margin-left: 35px;
	width: 110px;
	font-size: 17px;
	color: #353535;
	position: absolute;
	z-index: 2;
}
.index-pro-left .swiper-slide&gt;div:nth-child(2){
	right: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	font-size: 22px;
	color: #cacaca;
	position: absolute;
	z-index: 2;
}

.index-pro-left .swiper-slide::after{
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	z-index: -1;
	width: 0%;
	height: 100%;
	background: #c70d12;
	border-top-right-radius: 65px;
	border-bottom-right-radius: 65px;
	transition: all 0.5s ease-out;
}
.index-pro-left .swiper-slide::before{
	position: absolute;
	left: 7px;
	top: 20px;
	content: "";
	width: 3px;
	height: 0px;
	background: #ffffff;
	transition: all 0.5s ease-out;
}

.index-pro-left .swiper-slide:hover::after,
.index-pro-left .swiper-slide.swiper-slide-thumb-active::after{
	width: 100%;
	z-index: 1;
}
.index-pro-left .swiper-slide:hover::before,
.index-pro-left .swiper-slide.swiper-slide-thumb-active::before{
	height: 36px;
	z-index: 2;
}
.index-pro-left .swiper-slide:hover&gt;div:nth-child(1),
.index-pro-left .swiper-slide.swiper-slide-thumb-active&gt;div:nth-child(1){
	color: #fff;
}

.index-pro-right{
	border: 1px solid #dfdfdf;
	width: 860px;
	padding: 15px;
	overflow: hidden;
}
.index-pro-right .swiper-slide{
	height: 400px;

	display: flex;
	justify-content: space-between;
}

.index-pro-right .swiper-slide .index-pro-right-left div{
	transform:translateY(-200px);
	opacity:0;
	transition:all .8s;}
.index-pro-right .ani-slide .index-pro-right-left div{
	transform:translateY(0);
	opacity:1;
}

.index-pro-right .swiper-slide .index-pro-right-right{
	transform:translateY(200px);
	opacity:0;
	transition:all .8s;}
.index-pro-right .ani-slide .index-pro-right-right{
	transform:translateY(0);
	opacity:1;
}

.index-pro-right .swiper-slide&gt;.index-pro-right-left{
	width: 305px;
}
.index-pro-right-right{
	width: 540px;
}
.index-pro-right .index-pro-right-left{

}
.index-pro-right .ani-slide .index-pro-right-right{
	transform:translateX(0);
	opacity:1;
}
.index-pro-right-right&gt;img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-pro-right-left&gt;div:nth-child(1){
	margin-top: 70px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-pro-right-left&gt;div:nth-child(1)&gt;a{
	color: #585858;
}
.index-pro-right-left&gt;div:nth-child(2){
	/*background: url(../images/buttom6.png) no-repeat center;*/
	width: 50px;
	height: 5px;
	margin: 15px 0 20px 0;
	display: flex;
}
.index-pro-right-left&gt;div:nth-child(2)&gt;span{
	width: 5px;
	height: 5px;
	margin-right: 5px;
	background: #000;
	border-radius: 50%;
}
.index-pro-right-left&gt;div:nth-child(3){
	font-size: 15px;
	color: #929292;
	line-height: 32px;
	height: 128px;
	overflow: hidden;
}
.index-pro-right-left&gt;div:nth-child(4)&gt;a{
	display: block;
	width: 114px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	color: #929292;
	border: 1px solid #dfdfdf;
	margin-top: 25px;
}
.index-pro-box{
	display: flex;
	justify-content: space-between;
}
.index-pro-box-item{
	padding: 12px;
	width: 356px;
	height: 321px;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	overflow: hidden;
}
.index-pro-box-item&gt;div:nth-child(1){
	width: 100%;
	height: 279px;
	position: relative;
	/*overflow: hidden;*/
}
.index-pro-box-item&gt;div:nth-child(1)&gt;div:nth-child(1){
	width: 100%;
	height: 279px;
	overflow: hidden;
}
.index-pro-box-item&gt;div:nth-child(1)&gt;div:nth-child(1)&gt;img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	object-fit: cover;

}
.index-pro-box-item&gt;div:nth-child(1)&gt;div:nth-child(2){
	position: absolute;
	width: 50px;
	height: 50px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	right: 20px;
	bottom: -25px;
}
.index-pro-box-item&gt;div:nth-child(1)&gt;div:nth-child(2)&gt;div{
	width: 40px;
	height: 35px;
	background: #f1f1f1;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 40px;
	border-radius: 50%;
	font-size: 30px;
	padding-bottom: 5px;
	color: #444;
}
.index-pro-box-item&gt;div:nth-child(2){
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	font-size: 16px;
	color: #575757;
}
.index-pro-box-item:hover&gt;div:nth-child(1)&gt;div:nth-child(2)&gt;div{
	background: #c70d12;
	color: #fff;
}
.index-pro-box-item:hover&gt;div:nth-child(1)&gt;div:nth-child(1)&gt;img{
	transform: scale(1.2);
}
/*优势*/
.index-ys{
	height: 777px;
}
.index-ys&gt;div{
	width: 1200px;
	margin: auto;
}
.mySwipers{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ys-item{
	display: flex;
	justify-content: space-between;
}
.ys-right{
	width: 550px;
	height: 450px;
}
.ys-right&gt;img{
	width: 550px;
	height: 450px;
	object-fit: cover;
}
.ys-left{
	width: 600px;
	margin-top: 80px;
}
.ys-left&gt;div:nth-child(1){
	display: flex;
}
.ys-left&gt;div:nth-child(1)&gt;div:nth-child(1){
	font-weight: 700;
	font-size: 48px;
	color: #c70d12;
	writing-mode: tb-rl;
	line-height: 45px;
	float: left;
}
.ys-left&gt;div:nth-child(1)&gt;div:nth-child(2){
	margin-left: 20px;
	font-size: 20px;
	color: #424242;
	font-weight: bold;
}
.ys-left&gt;div:nth-child(1)&gt;div:nth-child(2)&gt;div:nth-child(2){
	font-size: 12px;
	color: #a7a6a6;
	font-weight: normal;
	margin-top: 5px;
}
.ys-left&gt;div:nth-child(2){
	margin-top: 55px;
	font-size: 15px;
	color: #818181;
	line-height: 32px;
	height: 128px;
}
.mySwipers .swiper-pagination-fraction,
.mySwipers .swiper-pagination-clickable,
.mySwipers .swiper-pagination-bullets{
	display: flex;
	justify-content: center;
}
.mySwipers .swiper-pagination-bullet{
	/*width: 40px;*/
	/*height: 40px;*/
	/*line-height: 40px;*/
	text-align: center;
	color: #fff;
}
.mySwipers .swiper-pagination-bullet-active{
	background: #c70d12;
}
/*案例*/
.index-al{
	padding: 80px 0;
}
.index-al&gt;div{
	width: 1200px;
	margin: auto;
}
.anli-di{
	display: flex;
	justify-content: space-between;
}
.mySwiper-al{
	width: 1200px;
	overflow: hidden;
	position: relative;
}




.index-al .mySwiper-al .swiper-slide{
	position: relative;
	height: 485px;
	width: 283px;
	margin: 20px 0 20px 0px;
}





.index-al .mySwiper-al .swiper-slide .nr{
	width: 280px;
	height: 372px;
	border: 1px solid #f1f1f1;
	background: #fff;
	-webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
	box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}



.index-al .mySwiper-al .swiper-slide .nr .pic{

	width: 220px;

	height: 212px;

	margin: 14px 14px 0 14px;



}



.index-al .mySwiper-al .swiper-slide .nr .pic img{

	width: 234px;

	height: 212px;

}



.index-al .mySwiper-al .swiper-slide .nr .txt{

	width: 255px;

	margin: 25px auto 0 auto;

	height: 91px;

	border-bottom: 1px solid #e6e6e6;

	position: relative;

}



.index-al .mySwiper-al .swiper-slide .nr .txt h5 a{

	font-size: 18px;

	color: #555555;

	padding-left: 20px;

	white-space: nowrap;

	text-overflow: ellipsis;

	-o-text-overflow: ellipsis;

	overflow: hidden;

	display: block;

	-webkit-transition: all 0.5s ease-out;

	-o-transition: all 0.5s ease-out;

	transition: all 0.5s ease-out;

}



.index-al .mySwiper-al .swiper-slide .nr .txt p{

	padding-left: 20px;

	font-size: 14px;

	color: #b3b2b2;

	white-space: nowrap;

	text-overflow: ellipsis;

	-o-text-overflow: ellipsis;

	overflow: hidden;

	display: block;

	-webkit-transition: all 0.5s ease-out;

	-o-transition: all 0.5s ease-out;

	transition: all 0.5s ease-out;

	margin-top: 5px;

}



.index-al .mySwiper-al .swiper-slide .nr .txt .more{

	display: block;

	width: 78px;

	height: 28px;

	line-height: 28px;

	background: #f2f5fa;

	border-radius: 45px;

	text-align: center;

	float: right;

	font-size: 12px;

	color: #b3b2b2;

	text-transform: uppercase;

	margin-top: 12px;

	-webkit-transition: all 0.5s ease-out;

	-o-transition: all 0.5s ease-out;

	transition: all 0.5s ease-out;

}



.index-al .mySwiper-al .swiper-slide .nr .txt::after{

	position: absolute;

	left: 0px;

	top: 10px;

	content: "";

	width: 2px;

	height: 36px;

	background: #c70d12;

}



.index-al .mySwiper-al .swiper-slide:hover .nr .txt .more{

	background: #c70d12;

	color: #fff;

}



.index-al .mySwiper-al .swiper-slide .nr_on{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 320px;
	height: 0px;
	border: 1px solid #f1f1f1;
	background: #fff;
	-webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
	box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0;
}



.index-al .mySwiper-al .swiper-slide .nr_on .pic{
	width: 310px;
	height: 289px;
	margin: 15px 15px 0 15px;
}



.index-al .mySwiper-al .swiper-slide .nr_on .pic img{
	width: 290px;
	height: 289px;
	object-fit: cover;
}
.index-al .mySwiper-al .swiper-slide.swiper-slide-active .nr_on .pic img{
	width: 290px;
	height: 289px;
}

.index-al .mySwiper-al .swiper-slide .nr_on .txt{
	width: 290px;
	margin: 23px auto 0 auto;
	position: relative;
}
.index-al .mySwiper-al .swiper-slide .nr_on .txt::after{
	position: absolute;
	left: 0px;
	top: 10px;
	content: "";
	width: 2px;
	height: 36px;
	background: #c70d12;
}
.clear{
	clear: both;
}

.index-al .mySwiper-al .swiper-slide .nr_on .txt a{

	font-size: 20px;

	color: #555555;

	white-space: nowrap;

	text-overflow: ellipsis;

	-o-text-overflow: ellipsis;

	overflow: hidden;

	display: block;

	-webkit-transition: all 0.5s ease-out;

	-o-transition: all 0.5s ease-out;

	transition: all 0.5s ease-out;

	text-align: left;
	padding-left: 20px;
	font-weight: 700;
}



.index-al .mySwiper-al .swiper-slide .nr_on .txt i{

	display: block;

	width: 41px;

	height: 3px;

	background: #c70d12;

	margin: 15px auto 10px auto;



}



.index-al .mySwiper-al .swiper-slide .nr_on .txt p{

	font-size: 14px;

	color: #b3b2b2;

	line-height: 30px;

	height: 60px;

	overflow: hidden;

	text-align: center;

}



.index-al .mySwiper-al .swiper-slide .nr_on .txt em{

	display: block;

	width: 334px;

	height: 7px;

	background: url(../images/case_xt.png) no-repeat  center;

	margin: 10px auto 0 auto;

}



.index-al .mySwiper-al .swiper-slide-active{

	width: 320px !important;

	margin-right: 20px !important;



}





.index-al .mySwiper-al .swiper-slide-active .nr_on{

	height: 485px;

	opacity: 1;

}
.index-al .mySwiper-al .swiper-pagination-al{

	position: absolute;

	z-index: 10;

	left: 345px;

	top: 460px;

}



.index-al .mySwiper-al .swiper-pagination-bullet {

	width: 8px;

	height: 8px;

	background: #dcdcdc;

	opacity: 1;

	margin-right: 12px;

}

.index-al .mySwiper-al .swiper-pagination-bullet-active{
	opacity: 1;

	background: #c70d12;
}



.case_button{

	position: absolute;

	right: 0px;

	top: 440px;

	background: url(../images/buttom9.png) no-repeat  center;

	width: 158px;

	height: 39px;
	z-index: 99999999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.case_button .swiper-button-next-al{

	font-size: 12px;

	color: #939393;

	text-transform: uppercase;


	margin-right: 20px;
}



.case_button .swiper-button-prev-al{
	margin-left: 20px;
	font-size: 12px;

	color: #939393;

	text-transform: uppercase;

	left: 25px;


}



.swiper-button-prev-al::after, .swiper-container-rtl .swiper-button-next-al::after {

	content: 'prev';

	display: none;

}



.swiper-button-next-al::after, .swiper-container-rtl .swiper-button-prev-al::after {

	content: 'next';

	display: none;

}




















































.news_bg{

	width: 100%;

	height: 731px;

	margin: 0 auto;

	background: url(../images/news_bg.jpg) no-repeat top center;

	overflow: hidden;

}



.news_bg .news{

	width: 1280px;

	margin: 0 auto;

	padding-top: 75px;

}



.news_bg .news .news_l{

	float: left;

	width: 314px;

}












.news_bg .news .news_l .news_list{

	margin-top: 100px;

}



.news_bg .news .news_l .news_list ul li{

	position: relative;

	z-index: 5;

	width: 314px;

	height: 71px;

	padding-top: 23px;

	margin-bottom: 20px;



}



.news_bg .news .news_l .news_list ul li a{

	display: block;

	color: #fff;

	font-size: 18px;

	font-weight: bold;

	padding-left: 105px;

	background: url(../images/buttom7.png) no-repeat left center;

	-webkit-transition: all 0.5s ease-out;

	-o-transition: all 0.5s ease-out;

	transition: all 0.5s ease-out;

	height: 48px;

}



.news_bg .news .news_l .news_list ul li a i{

	display: block;

	color: #fff;

	font-size: 12px;

	font-weight: normal;

	text-transform: uppercase;

	margin-top: 3px;

}



.news_bg .news .news_l .news_list ul li::after{

	position: absolute;

	left: 0px;

	top: 0px;

	content: "";

	z-index: -1;

	width: 0%;

	height: 100%;

	background: url(../images/news_list.png) no-repeat center;

	-webkit-transition: all 0.5s ease-out;

	-o-transition: all 0.5s ease-out;

	transition: all 0.5s ease-out;

}



.news_bg .news .news_l .news_list ul li.casehover::after{

	width: 100%;

}



.news_bg .news .news_l .news_list ul li.casehover a{

	background: url(../images/buttom8.png) no-repeat 30px center;

}



.news_bg .news .news_r{

	float: right;

	width: 920px;

	position: relative;

	z-index: 5;

}



.news_bg .news .news_r .news_box{

	height: 540px;

}



.news_bg .news .news_r::after{

	position: absolute;

	left: 0px;

	top: 145px;

	content: "";

	background: #f0f0f0;

	width: 100%;

	height: 1px;

}





.news_bg .news .news_r::before{

	position: absolute;

	left: 0px;

	top: 325px;

	content: "";

	background: #f0f0f0;

	width: 100%;

	height: 1px;

}





.news_bg .news .news_r ul li{

	float: left;

	width: 375px;

	height: 145px;

	margin: 0 60px 35px 55px;

}



.news_bg .news .news_r ul li:nth-child(2n){

	margin-right: 0;

}



.news_bg .news .news_r ul li span{

	display: block;

	font-size: 12px;

	color: #8f8e8e;

	background: url(../images/more2.png) no-repeat right center;

}



.news_bg .news .news_r ul li span i{

	font-size: 35px;

	color: #646464;

	font-family: "Impact";

	margin-right: 13px;

	display: inline-block;

	line-height: 38px;

	-webkit-transition: all 0.5s ease-out;

	-o-transition: all 0.5s ease-out;

	transition: all 0.5s ease-out;

}



.news_bg .news .news_r ul li a{

	font-size: 18px;

	color: #5e5d5d;

	white-space: nowrap;

	text-overflow: ellipsis;

	-o-text-overflow: ellipsis;

	overflow: hidden;

	display: block;

	-webkit-transition: all 0.5s ease-out;

	-o-transition: all 0.5s ease-out;

	transition: all 0.5s ease-out;

	margin: 12px 0 7px 0;

}



.news_bg .news .news_r ul li p{

	font-size: 14px;

	color: #969696;

	white-space: nowrap;

	text-overflow: ellipsis;

	-o-text-overflow: ellipsis;

	overflow: hidden;

	display: block;

}





.news_bg .news .news_r ul li:hover span i{

	color: #c70d12;



}





/*links*/



.links{

	width: 920px;

	margin: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
}
.links a{
	display: block;
	line-height: 75px;
	font-size: 16px;
	color: #444;
}
.links a:hover{
	color: #c70d12;
}

.links .links_t{

	float: left;

	font-size: 22px;

	color: #505050;

	font-weight: bold;

	background: url(../images/links.png) no-repeat  bottom center;

	padding-bottom: 25px;

}



.links .links_t span{

	display: block;

}



.links .yq{

	float: right;

	width: 820px;

}



.links .yq a{

	margin: 0 10px ;

	font-size: 14px;

	color: #838383;

	line-height: 32px;

	background: url(../images/xt.png) no-repeat  right center;

	padding-right: 10px;

}

.foottt{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 187px;
}
.foottt&gt;div&gt;div:nth-child(1){
		font-size: 40px;
	font-weight: 700;
	color: #fff;
}
.foottt&gt;div&gt;div:nth-child(2){
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	margin-top: 10px;
}
.bq{
	text-align: center;
	line-height: 50px;
	color: #444;
}
.bq a{
	color: #444;
}
.nabnenr{
	position: relative;
}



.pro-dianhua{
	margin-top: 96px !important;
	font-size: 20px !important;
	line-height: 20px !important;
	height: 20px !important;
	font-weight: 700;
}


.kefu-box{
	position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 9999999999;
	width: 70px;
}
.kefu-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	height: 75px;
	cursor: pointer;
	position: relative;
	margin-bottom: 4px;
	box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
}
.kefu-item img{
	height: 30px;
}
.kefu-item&gt;div:nth-child(2){
	margin-top: 10px;
	color: #fff;
}
.kefu-dis{
	display: none;
	position: absolute;
	background-color: #fff;
	right: calc(100% + 20px);
	top: 50%;
	padding: 27px 25px;
	transform: translateY(-50%);
	box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
	cursor: auto;
}
.kefu-item:hover&gt;.kefu-dis{
	display: block;
}
.kefu-dis::after{
	content: "";
	background-color: #fff;
	width: 15px;
	height: 15px;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.kefu-dis&gt;div:nth-child(1){
	color: #666;
}
.kefu-dis&gt;div:nth-child(2){
	font-size: 16px;
}





</pre></body></html>